var unicode/utf8.first
9 uses
unicode/utf8 (current package)
utf8.go#L65: var first = [256]uint8{
utf8.go#L109: x := first[p[0]]
utf8.go#L129: x := first[s[0]]
utf8.go#L157: x := first[p0]
utf8.go#L205: x := first[s0]
utf8.go#L411: x := first[c]
utf8.go#L446: x := first[c]
utf8.go#L499: x := first[pi]
utf8.go#L545: x := first[si]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)